home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Games / Oldies / Haktar / MyRoom / shoe-cabinet < prev    next >
Encoding:
Text File  |  1999-12-03  |  292 b   |  16 lines

  1. do search
  2.  [
  3.   ifflag shoe c searched
  4.    [
  5.     print We did this before, why do it again ?
  6.    |
  7.     setflag shoe c searched
  8.     addtime 2
  9.     print You find something :
  10.     print SHOES !
  11.     print What a pity, only one pair seems to be in your size.
  12.     create pair of shoes,ACTROOM
  13.    ]
  14.  ]
  15.  
  16.